projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a18b7c8
)
* makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist
author
Jim Blandy
<jimb@redhat.com>
Sun, 18 Jul 1993 07:50:11 +0000
(07:50 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sun, 18 Jul 1993 07:50:11 +0000
(07:50 +0000)
any more; all its functions have been moved into other files.
lisp/textmodes/makeinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/makeinfo.el
b/lisp/textmodes/makeinfo.el
index f36e011d7f1abba90009c148d2a4eb8941098b6a..58a1be1e9b1108521ae1ad4f755e83a3f92c4540 100644
(file)
--- a/
lisp/textmodes/makeinfo.el
+++ b/
lisp/textmodes/makeinfo.el
@@
-56,7
+56,6
@@
the proper way to specify those is with the Texinfo commands
`@footnotestyle` and `@paragraphindent'.")
(require 'texinfo)
-(require 'texinfmt)
(defvar makeinfo-compilation-process nil
"Process that runs `makeinfo'. Should start out nil.")